Home
last modified time | relevance | path

Searched defs:p_msg (Results 1 – 25 of 57) sorted by relevance

123

/system/bt/bta/dm/
Dbta_dm_api.c76 tBTA_DM_API_ENABLE *p_msg = in BTA_EnableBluetooth() local
98 BT_HDR *p_msg = (BT_HDR *)osi_malloc(sizeof(BT_HDR)); in BTA_DisableBluetooth() local
119 BT_HDR *p_msg = (BT_HDR *)osi_malloc(sizeof(BT_HDR)); in BTA_EnableTestMode() local
141 BT_HDR *p_msg = (BT_HDR *)osi_malloc(sizeof(BT_HDR)); in BTA_DisableTestMode() local
161 tBTA_DM_API_SET_NAME *p_msg = in BTA_DmSetDeviceName() local
183 tBTA_DM_API_SET_VISIBILITY *p_msg = in BTA_DmSetVisibility() local
209 tBTA_DM_API_SEARCH *p_msg = in BTA_DmSearch() local
233 BT_HDR *p_msg = (BT_HDR *)osi_malloc(sizeof(BT_HDR)); in BTA_DmSearchCancel() local
253 tBTA_DM_API_DISCOVER *p_msg = in BTA_DmDiscover() local
279 tBTA_DM_API_DISCOVER *p_msg = in BTA_DmDiscoverUUID() local
[all …]
Dbta_dm_ci.c48 tBTA_DM_CI_IO_REQ *p_msg = in bta_dm_ci_io_req() local
73 tBTA_DM_CI_RMT_OOB *p_msg = in bta_dm_ci_rmt_oob() local
Dbta_dm_main.c301 BOOLEAN bta_dm_sm_execute(BT_HDR *p_msg) in bta_dm_sm_execute()
343 BOOLEAN bta_dm_search_sm_execute(BT_HDR *p_msg) in bta_dm_search_sm_execute()
Dbta_dm_act.c1248 tBTA_DM_MSG *p_msg; in bta_dm_search_cancel() local
1375 tBTA_DM_MSG *p_msg = (tBTA_DM_MSG *)osi_malloc(sizeof(tBTA_DM_MSG)); in bta_dm_di_disc_callback() local
1439 tBTA_DM_MSG *p_msg = (tBTA_DM_MSG *)osi_malloc(sizeof(tBTA_DM_MSG)); in bta_dm_di_disc() local
1519 tBTA_DM_MSG *p_msg = (tBTA_DM_MSG *)osi_malloc(sizeof(tBTA_DM_MSG)); in bta_dm_inq_cmpl() local
1592 tBTA_DM_MSG *p_msg; in bta_dm_sdp_result() local
1866 tBTA_DM_MSG *p_msg = (tBTA_DM_MSG *)osi_malloc(sizeof(tBTA_DM_MSG)); in bta_dm_disc_result() local
2176 tBTA_DM_MSG *p_msg = (tBTA_DM_MSG *)osi_malloc(sizeof(tBTA_DM_MSG)); in bta_dm_find_services() local
2206 tBTA_DM_MSG *p_msg = in bta_dm_discover_next_device() local
2357 tBTA_DM_MSG *p_msg = (tBTA_DM_MSG *)osi_malloc(sizeof(tBTA_DM_MSG)); in bta_dm_discover_device() local
2382 tBTA_DM_SDP_RESULT *p_msg = in bta_dm_sdp_callback() local
[all …]
/system/bt/bta/jv/
Dbta_jv_api.c163 tBTA_JV_API_ALLOC_CHANNEL *p_msg = in BTA_JvGetChannelId() local
195 tBTA_JV_API_FREE_CHANNEL *p_msg = in BTA_JvFreeChannel() local
225 tBTA_JV_API_START_DISCOVERY *p_msg = in BTA_JvStartDiscovery() local
256 tBTA_JV_API_CREATE_RECORD *p_msg = in BTA_JvCreateRecordByUser() local
281 tBTA_JV_API_ADD_ATTRIBUTE *p_msg = in BTA_JvDeleteRecord() local
319 tBTA_JV_API_L2CAP_CONNECT *p_msg = in BTA_JvL2capConnectLE() local
372 tBTA_JV_API_L2CAP_CONNECT *p_msg = in BTA_JvL2capConnect() local
418 tBTA_JV_API_L2CAP_CLOSE *p_msg = in BTA_JvL2capClose() local
444 tBTA_JV_API_L2CAP_CLOSE *p_msg = in BTA_JvL2capCloseLE() local
480 tBTA_JV_API_L2CAP_SERVER *p_msg = in BTA_JvL2capStartServer() local
[all …]
Dbta_jv_main.c84 BOOLEAN bta_jv_sm_execute(BT_HDR *p_msg) in bta_jv_sm_execute()
/system/bt/stack/avdt/
Davdt_msg.c377 static void avdt_msg_bld_none(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_none()
395 static void avdt_msg_bld_single(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_single()
411 static void avdt_msg_bld_setconfig_cmd(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_setconfig_cmd()
429 static void avdt_msg_bld_reconfig_cmd(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_reconfig_cmd()
449 static void avdt_msg_bld_multi(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_multi()
469 static void avdt_msg_bld_security_cmd(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_security_cmd()
486 static void avdt_msg_bld_delay_rpt(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_delay_rpt()
503 static void avdt_msg_bld_discover_rsp(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_discover_rsp()
528 static void avdt_msg_bld_svccap(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_svccap()
549 static void avdt_msg_bld_all_svccap(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_all_svccap()
[all …]
/system/bt/bta/gatt/
Dbta_gatts_act.c183 void bta_gatts_register(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) in bta_gatts_register()
260 void bta_gatts_start_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) in bta_gatts_start_if()
283 void bta_gatts_deregister(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) in bta_gatts_deregister()
328 void bta_gatts_create_srvc(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg) in bta_gatts_create_srvc()
391 void bta_gatts_add_include_srvc(tBTA_GATTS_SRVC_CB *p_srvc_cb,tBTA_GATTS_DATA * p_msg) in bta_gatts_add_include_srvc()
425 void bta_gatts_add_char(tBTA_GATTS_SRVC_CB *p_srvc_cb, tBTA_GATTS_DATA * p_msg) in bta_gatts_add_char()
461 void bta_gatts_add_char_descr(tBTA_GATTS_SRVC_CB *p_srvc_cb, tBTA_GATTS_DATA * p_msg) in bta_gatts_add_char_descr()
498 void bta_gatts_delete_service(tBTA_GATTS_SRVC_CB *p_srvc_cb, tBTA_GATTS_DATA * p_msg) in bta_gatts_delete_service()
531 void bta_gatts_start_service(tBTA_GATTS_SRVC_CB *p_srvc_cb, tBTA_GATTS_DATA * p_msg) in bta_gatts_start_service()
564 void bta_gatts_stop_service(tBTA_GATTS_SRVC_CB *p_srvc_cb, tBTA_GATTS_DATA * p_msg) in bta_gatts_stop_service()
[all …]
Dbta_gatts_main.c63 BOOLEAN bta_gatts_hdl_event(BT_HDR *p_msg) in bta_gatts_hdl_event()
Dbta_gattc_act.c251 void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_msg) in bta_gattc_start_if()
329 void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg) in bta_gattc_process_api_open()
377 void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg) in bta_gattc_process_api_open_cancel()
422 void bta_gattc_process_enc_cmpl(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_msg) in bta_gattc_process_enc_cmpl()
1624 void bta_gattc_process_api_refresh(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg) in bta_gattc_process_api_refresh()
2021 void bta_gattc_listen(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg) in bta_gattc_listen()
2094 void bta_gattc_broadcast(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg) in bta_gattc_broadcast()
/system/bt/bta/sdp/
Dbta_sdp_api.c97 tBTA_SDP_API_SEARCH *p_msg = in BTA_SdpSearch() local
126 tBTA_SDP_API_RECORD_USER *p_msg = in BTA_SdpCreateRecordByUser() local
153 tBTA_SDP_API_RECORD_USER *p_msg = in BTA_SdpRemoveRecordByUser() local
Dbta_sdp.c62 BOOLEAN bta_sdp_sm_execute(BT_HDR *p_msg) in bta_sdp_sm_execute()
/system/bt/stack/btu/
Dbtu_task.c108 BT_HDR *p_msg = (BT_HDR *)fixed_queue_dequeue(queue); in btu_hci_msg_ready() local
113 BT_HDR *p_msg = (BT_HDR *)fixed_queue_dequeue(queue); in btu_bta_msg_ready() local
117 static void btu_hci_msg_process(BT_HDR *p_msg) { in btu_hci_msg_process()
/system/bt/stack/avrc/
Davrc_pars_tg.c42 static tAVRC_STS avrc_ctrl_pars_vendor_cmd(tAVRC_MSG_VENDOR *p_msg, tAVRC_COMMAND *p_result) in avrc_ctrl_pars_vendor_cmd()
102 static tAVRC_STS avrc_pars_vendor_cmd(tAVRC_MSG_VENDOR *p_msg, tAVRC_COMMAND *p_result, in avrc_pars_vendor_cmd()
354 tAVRC_STS AVRC_Ctrl_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result) in AVRC_Ctrl_ParsCommand()
388 tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len) in AVRC_ParsCommand()
Davrc_opt.c47 static BT_HDR * avrc_vendor_msg(tAVRC_MSG_VENDOR *p_msg) in avrc_vendor_msg()
182 UINT16 AVRC_VendorCmd(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) in AVRC_VendorCmd()
217 UINT16 AVRC_VendorRsp(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) in AVRC_VendorRsp()
Davrc_pars_ct.c43 static tAVRC_STS avrc_pars_vendor_rsp(tAVRC_MSG_VENDOR *p_msg, tAVRC_RESPONSE *p_result) in avrc_pars_vendor_rsp()
166 tAVRC_MSG_VENDOR *p_msg, tAVRC_RESPONSE *p_result, UINT8* p_buf, UINT16* buf_len) in avrc_ctrl_pars_vendor_rsp()
390 tAVRC_STS AVRC_Ctrl_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16*… in AVRC_Ctrl_ParsResponse()
421 tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16 buf_l… in AVRC_ParsResponse()
Davrc_api.c233 BT_HDR *p_pkt, tAVRC_MSG_VENDOR *p_msg) in avrc_proc_vendor_command()
344 tAVRC_MSG_VENDOR *p_msg) in avrc_proc_far_msg()
542 tAVRC_MSG_VENDOR *p_msg = &msg.vendor; in avrc_msg_cback() local
810 static BT_HDR * avrc_pass_msg(tAVRC_MSG_PASS *p_msg) in avrc_pass_msg()
1081 UINT16 AVRC_PassCmd(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) in AVRC_PassCmd()
1120 UINT16 AVRC_PassRsp(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) in AVRC_PassRsp()
/system/bt/bta/sys/
Dbta_sys_main.c211 BOOLEAN bta_sys_sm_execute(BT_HDR *p_msg) in bta_sys_sm_execute()
340 tBTA_SYS_HW_MSG *p_msg = in bta_sys_hw_api_enable() local
397 tBTA_SYS_HW_MSG *p_msg = in bta_sys_hw_api_disable() local
483 void bta_sys_event(BT_HDR *p_msg) in bta_sys_event()
571 void bta_sys_sendmsg(void *p_msg) in bta_sys_sendmsg()
/system/bt/stack/gatt/
Dgatt_sr.c122 tGATTS_RSP *p_msg, UINT16 mtu) in process_read_multi_rsp()
255 tGATT_STATUS status, tGATTS_RSP *p_msg) in gatt_sr_process_app_rsp()
460 tGATTS_RSP *p_msg = (tGATTS_RSP *)osi_calloc(sizeof(tGATTS_RSP)); in gatt_process_read_multi_req() local
503 static tGATT_STATUS gatt_build_primary_service_rsp (BT_HDR *p_msg, tGATT_TCB *p_tcb, in gatt_build_primary_service_rsp()
596 static tGATT_STATUS gatt_build_find_info_rsp(tGATT_SR_REG *p_rcb, BT_HDR *p_msg, UINT16 *p_len, in gatt_build_find_info_rsp()
746 BT_HDR *p_msg = NULL; in gatts_process_primary_service_req() local
809 BT_HDR *p_msg = NULL; in gatts_process_find_info() local
944 BT_HDR *p_msg = NULL; in gatts_process_read_by_type_req() local
1141 BT_HDR *p_msg = (BT_HDR *)osi_calloc(buf_len); in gatts_process_read_req() local
Datt_protocol.c358 BT_HDR *attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code, tGATT_SR_MSG *p_msg) in attp_build_sr_msg()
426 tGATT_STATUS attp_send_sr_msg (tGATT_TCB *p_tcb, BT_HDR *p_msg) in attp_send_sr_msg()
505 …ATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg) in attp_send_cl_msg()
/system/bt/bta/mce/
Dbta_mce_api.c100 tBTA_MCE_API_GET_REMOTE_MAS_INSTANCES *p_msg = in BTA_MceGetRemoteMasInstances() local
Dbta_mce_main.c63 BOOLEAN bta_mce_sm_execute(BT_HDR *p_msg) in bta_mce_sm_execute()
/system/bt/btif/src/
Dbtif_rc.c1202 BT_HDR *p_msg = NULL; in send_reject_response() local
1283 BT_HDR *p_msg = NULL; in send_metamsg_rsp() local
1313 BT_HDR *p_msg = NULL; in send_metamsg_rsp() local
1788 BT_HDR *p_msg = NULL; in set_volume() local
1840 BT_HDR *p_msg = NULL; in register_volumechange() local
3304 BT_HDR *p_msg = NULL; in getcapabilities_cmd() local
3353 BT_HDR *p_msg = NULL; in list_player_app_setting_attrib_cmd() local
3402 BT_HDR *p_msg = NULL; in list_player_app_setting_value_cmd() local
3451 BT_HDR *p_msg = NULL; in get_player_app_setting_cmd() local
3506 BT_HDR *p_msg = NULL; in change_player_app_setting() local
[all …]
/system/bt/stack/sdp/
Dsdp_discovery.c220 void sdp_disc_server_rsp (tCONN_CB *p_ccb, BT_HDR *p_msg) in sdp_disc_server_rsp()
475 BT_HDR *p_msg = (BT_HDR *)osi_malloc(SDP_DATA_BUF_SIZE); in process_service_attr_rsp() local
609 BT_HDR *p_msg = (BT_HDR *)osi_malloc(SDP_DATA_BUF_SIZE); in process_service_search_attr_rsp() local
/system/bt/main/
Dbte_main.c252 void bte_main_hci_send (BT_HDR *p_msg, UINT16 event) in bte_main_hci_send()

123