Lines Matching refs:UINT16

184 tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst)
219 if ((p_buf = (tGATT_VALUE *)GKI_getbuf((UINT16)sizeof(tGATT_VALUE))) != NULL)
243 if ((p_buf = (tGATTS_PENDING_NEW_SRV_START *)GKI_getbuf((UINT16)sizeof(tGATTS_PENDING_NEW_SRV_START))) != NULL)
266 if ((p_buf = (tGATTS_SRV_CHG *)GKI_getbuf((UINT16)sizeof(tGATTS_SRV_CHG))) != NULL)
314 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_handle(UINT16 handle)
342 UINT16 svc_inst)
479 void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary)
965 void gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
1100 BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid_rec, UINT16 uuid_size, UINT8 **p_data)
1172 void gatt_start_rsp_timer(UINT16 clcb_idx)
1285 UINT8 gatt_sr_find_i_rcb_by_handle(UINT16 handle)
1310 UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst)
1404 void gatt_sr_send_req_callback(UINT16 conn_id,
1439 UINT16 handle, BOOLEAN deq)
1472 UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl)
1476 UINT16 list = UUID_SERVCLASS_PUBLIC_BROWSE_GROUP;
1587 BOOLEAN gatt_is_clcb_allocated (UINT16 conn_id)
1613 tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id)
1668 tGATT_TCB * gatt_find_tcb_by_cid (UINT16 lcid)
1670 UINT16 xx = 0;
2007 BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf)
2063 UINT8 gatt_send_write_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code,
2064 UINT16 handle, UINT16 len,
2065 UINT16 offset, UINT8 *p_data)
2089 UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle,
2090 UINT16 e_handle, tBT_UUID uuid)
2118 UINT16 conn_id;
2192 void gatt_cleanup_upon_disc(BD_ADDR bda, UINT16 reason, tBT_TRANSPORT transport)
2197 UINT16 conn_id;
2737 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_getbuf((UINT16)sizeof(tGATT_PENDING_ENC_CLCB))) != NULL)
2759 UINT16 connectability, window, interval;