• Home
  • Raw
  • Download

Lines Matching refs:loghex

225           << ", s_hdl=" << loghex(list.asgn_range.s_handle)  in GATTS_AddService()
226 << ", e_hdl=" << loghex(list.asgn_range.e_handle) in GATTS_AddService()
242 VLOG(1) << "Invalid configuration property=" << loghex(el->properties) in GATTS_AddService()
243 << ", perm=" << loghex(el->permissions); in GATTS_AddService()
320 VLOG(1) << __func__ << ": allocated el s_hdl=" << loghex(elem.s_hdl) in GATTS_AddService()
321 << ", e_hdl=" << loghex(elem.e_hdl) << ", type=" << loghex(elem.type) in GATTS_AddService()
322 << ", sdp_hdl=" << loghex(elem.sdp_handle); in GATTS_AddService()
382 VLOG(1) << "released handles s_hdl=" << loghex(it->asgn_range.s_handle) in GATTS_DeleteService()
383 << ", e_hdl=" << loghex(it->asgn_range.e_handle); in GATTS_DeleteService()
405 LOG(INFO) << __func__ << ": service = " << loghex(service_handle); in GATTS_StopService()
409 LOG(ERROR) << __func__ << ": service_handle=" << loghex(service_handle) in GATTS_StopService()
446 LOG(ERROR) << __func__ << ": Unknown conn_id=" << loghex(conn_id); in GATTS_HandleValueIndication()
560 VLOG(1) << __func__ << ": conn_id=" << loghex(conn_id) in GATTS_SendRsp()
561 << ", trans_id=" << loghex(trans_id) in GATTS_SendRsp()
562 << ", status=" << loghex(static_cast<uint8_t>(status)); in GATTS_SendRsp()
565 LOG(ERROR) << "Unknown conn_id=" << loghex(conn_id); in GATTS_SendRsp()
572 LOG(ERROR) << "conn_id=" << loghex(conn_id) in GATTS_SendRsp()
673 << " conn_id=" << loghex(conn_id); in GATTC_Discover()
681 LOG(WARNING) << __func__ << " Illegal parameter conn_id=" << loghex(conn_id) in GATTC_Discover()
683 << ", s_handle=" << loghex(start_handle) in GATTC_Discover()
684 << ", e_handle=" << loghex(end_handle); in GATTC_Discover()
695 LOG(WARNING) << __func__ << " No resources conn_id=" << loghex(conn_id) in GATTC_Discover()
697 << ", s_handle=" << loghex(start_handle) in GATTC_Discover()
698 << ", e_handle=" << loghex(end_handle); in GATTC_Discover()
708 LOG(INFO) << __func__ << " conn_id=" << loghex(conn_id) in GATTC_Discover()
710 << ", s_handle=" << loghex(start_handle) in GATTC_Discover()
711 << ", e_handle=" << loghex(end_handle); in GATTC_Discover()
744 VLOG(1) << __func__ << ": conn_id=" << loghex(conn_id) in GATTC_Read()
745 << ", type=" << loghex(type); in GATTC_Read()
749 LOG(ERROR) << ": illegal param: conn_id=" << loghex(conn_id) in GATTC_Read()
750 << "type=" << loghex(type); in GATTC_Read()
755 LOG(ERROR) << "GATT_BUSY conn_id=" << loghex(conn_id); in GATTC_Read()
828 LOG(ERROR) << __func__ << " Illegal param: conn_id=" << loghex(conn_id) in GATTC_Write()
829 << ", type=" << loghex(type); in GATTC_Write()
834 LOG(ERROR) << "GATT_BUSY conn_id=" << loghex(conn_id); in GATTC_Write()
878 VLOG(1) << __func__ << ": conn_id=" << loghex(conn_id) in GATTC_ExecuteWrite()
882 LOG(ERROR) << " Illegal param: conn_id=" << loghex(conn_id); in GATTC_ExecuteWrite()
887 LOG(ERROR) << " GATT_BUSY conn_id=" << loghex(conn_id); in GATTC_ExecuteWrite()
915 VLOG(1) << __func__ << " conn_id=" << loghex(conn_id) in GATTC_SendHandleValueConfirm()
916 << ", cid=" << loghex(cid); in GATTC_SendHandleValueConfirm()
920 LOG(ERROR) << "Unknown conn_id=" << loghex(conn_id); in GATTC_SendHandleValueConfirm()
925 VLOG(1) << " conn_id: " << loghex(conn_id) in GATTC_SendHandleValueConfirm()
1286 LOG(INFO) << __func__ << " conn_id=" << loghex(conn_id); in GATT_Disconnect()
1318 VLOG(1) << __func__ << " conn_id=" << loghex(conn_id); in GATT_GetConnectionInfor()