Lines Matching refs:loghex

207           << ", s_hdl=" << loghex(list.asgn_range.s_handle)  in GATTS_AddService()
208 << ", e_hdl=" << loghex(list.asgn_range.e_handle) in GATTS_AddService()
224 VLOG(1) << "Invalid configuration property=" << loghex(el->properties) in GATTS_AddService()
225 << ", perm=" << loghex(el->permissions); in GATTS_AddService()
296 VLOG(1) << __func__ << ": allocated el s_hdl=" << loghex(elem.s_hdl) in GATTS_AddService()
297 << ", e_hdl=" << loghex(elem.e_hdl) << ", type=" << loghex(elem.type) in GATTS_AddService()
298 << ", sdp_hdl=" << loghex(elem.sdp_handle); in GATTS_AddService()
356 VLOG(1) << "released handles s_hdl=" << loghex(it->asgn_range.s_handle) in GATTS_DeleteService()
357 << ", e_hdl=" << loghex(it->asgn_range.e_handle); in GATTS_DeleteService()
379 LOG(INFO) << __func__ << ": " << loghex(service_handle); in GATTS_StopService()
383 LOG(ERROR) << __func__ << ": service_handle=" << loghex(service_handle) in GATTS_StopService()
420 LOG(ERROR) << __func__ << ": Unknown conn_id=" << loghex(conn_id); in GATTS_HandleValueIndication()
527 VLOG(1) << __func__ << ": conn_id=" << loghex(conn_id) in GATTS_SendRsp()
528 << ", trans_id=" << loghex(trans_id) << ", status=" << loghex(status); in GATTS_SendRsp()
531 LOG(ERROR) << "Unknown conn_id=" << loghex(conn_id); in GATTS_SendRsp()
536 LOG(ERROR) << "conn_id=" << loghex(conn_id) in GATTS_SendRsp()
537 << " waiting for op_code=" << loghex(p_tcb->sr_cmd.op_code); in GATTS_SendRsp()
575 VLOG(1) << __func__ << ": conn_id=" << loghex(conn_id) << ", mtu=" << +mtu; in GATTC_ConfigureMTU()
628 << " conn_id=" << loghex(conn_id); in GATTC_Discover()
632 LOG(INFO) << __func__ << " conn_id=" << loghex(conn_id) in GATTC_Discover()
634 << ", s_handle=" << loghex(start_handle) in GATTC_Discover()
635 << ", e_handle=" << loghex(end_handle); in GATTC_Discover()
689 VLOG(1) << __func__ << ": conn_id=" << loghex(conn_id) in GATTC_Read()
690 << ", type=" << loghex(type); in GATTC_Read()
694 LOG(ERROR) << ": illegal param: conn_id=" << loghex(conn_id) in GATTC_Read()
695 << "type=" << loghex(type); in GATTC_Read()
700 LOG(ERROR) << "GATT_BUSY conn_id=" << loghex(conn_id); in GATTC_Read()
772 LOG(ERROR) << __func__ << " Illegal param: conn_id=" << loghex(conn_id) in GATTC_Write()
773 << ", type=" << loghex(type); in GATTC_Write()
778 LOG(ERROR) << "GATT_BUSY conn_id=" << loghex(conn_id); in GATTC_Write()
822 VLOG(1) << __func__ << ": conn_id=" << loghex(conn_id) in GATTC_ExecuteWrite()
826 LOG(ERROR) << " Illegal param: conn_id=" << loghex(conn_id); in GATTC_ExecuteWrite()
831 LOG(ERROR) << " GATT_BUSY conn_id=" << loghex(conn_id); in GATTC_ExecuteWrite()
859 VLOG(1) << __func__ << " conn_id=" << loghex(conn_id) in GATTC_SendHandleValueConfirm()
860 << ", handle=" << loghex(handle); in GATTC_SendHandleValueConfirm()
864 LOG(ERROR) << "Unknown conn_id=" << loghex(conn_id); in GATTC_SendHandleValueConfirm()
869 VLOG(1) << " conn_id: " << loghex(conn_id) in GATTC_SendHandleValueConfirm()
1219 LOG(INFO) << __func__ << " conn_id=" << loghex(conn_id); in GATT_Disconnect()
1251 VLOG(1) << __func__ << " conn_id=" << loghex(conn_id); in GATT_GetConnectionInfor()