Searched refs:bta_gattc_cmpl_sendmsg (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_act.c | 55 static void bta_gattc_cmpl_sendmsg(UINT16 conn_id, tGATTC_OPTYPE op, 947 bta_gattc_cmpl_sendmsg(p_clcb->bta_conn_id, GATTC_OPTYPE_CONFIG, status, NULL); in bta_gattc_cfg_mtu() 1103 bta_gattc_cmpl_sendmsg(p_clcb->bta_conn_id, GATTC_OPTYPE_READ, status, NULL); in bta_gattc_read() 1140 bta_gattc_cmpl_sendmsg(p_clcb->bta_conn_id, GATTC_OPTYPE_READ, status, NULL); in bta_gattc_read_multi() 1179 bta_gattc_cmpl_sendmsg(p_clcb->bta_conn_id, GATTC_OPTYPE_WRITE, status, NULL); in bta_gattc_write() 1204 bta_gattc_cmpl_sendmsg(p_clcb->bta_conn_id, GATTC_OPTYPE_EXE_WRITE, status, NULL); in bta_gattc_execute() 1888 bta_gattc_cmpl_sendmsg(conn_id, op, status, p_data); in bta_gattc_cmpl_cback() 1900 static void bta_gattc_cmpl_sendmsg(UINT16 conn_id, tGATTC_OPTYPE op, in bta_gattc_cmpl_sendmsg() function
|